Exists<T> Method

Summary
Determines whether an argument of a specific type is added.
Syntax
C#
VB
C++
public bool Exists<T>() 
  
Function Exists(Of T)() As Boolean 
bool Existsgeneric<typename T> 
();  

Type Parameters

T
The type of the argument in query.

Return Value

true if an argument of the specified type exists; otherwise, it is false.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.